projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87a6115
)
themingengine: add missing deprecation annotation
author
Cosimo Cecchi
<cosimoc@gnome.org>
Wed, 16 May 2012 22:13:31 +0000
(18:13 -0400)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Thu, 17 May 2012 01:57:22 +0000
(21:57 -0400)
gtk_theming_engine_state_is_running() is deprecated for 3.6.
gtk/gtkthemingengine.h
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.h
b/gtk/gtkthemingengine.h
index 0c3339ebf88413f217ae2e2ba6d820234eb25a40..8ea017d5a3aa0749bfb0af7851856281aa86e699 100644
(file)
--- a/
gtk/gtkthemingengine.h
+++ b/
gtk/gtkthemingengine.h
@@
-218,6
+218,7
@@
gboolean gtk_theming_engine_has_region (GtkThemingEngine *engine,
GtkRegionFlags *flags);
GtkStateFlags gtk_theming_engine_get_state (GtkThemingEngine *engine);
+GDK_DEPRECATED_IN_3_6
gboolean gtk_theming_engine_state_is_running (GtkThemingEngine *engine,
GtkStateType state,
gdouble *progress);